Learn R Programming

mvcor (version 1.1)

RV correlation between two sets of variables: RV correlation between two sets of variables

Description

RV correlation between two sets of variables.

Usage

rv(y, x)

Value

The value of the RV coefficient.

Arguments

y

A numerical matrix.

x

A numerical matrix.

Author

Michail Tsagris

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.

Details

The RV correlation coefficient

References

Robert P. and Escoufier Y. (1976). A Unifying Tool for Linear Multivariate Statistical Methods: The RV-Coefficient. Applied Statistics, 25(3): 257--265.

See Also

mrv, drv, sq.correl, dcor

Examples

Run this code
rv( as.matrix(iris[, 1:2]), as.matrix(iris[, 3:4]) )

Run the code above in your browser using DataLab